home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1995 February / Amiga_Games_Extra_CD_2-95.bin / spiele / updates&cheats / embryo / install to hd < prev    next >
Encoding:
Text File  |  1995-07-04  |  738 b   |  28 lines

  1. ;
  2. ; Installation script for Embryo patch by Beyond Arts © 1994.
  3. ; Written by Dobrica Pavlinusic, Damir Bulic
  4. ; Not to be modified in any way !
  5. ; German translation by SP
  6.  
  7. (set @default-dest
  8.    (askdir
  9.       (prompt "Bitte wechseln Sie in Ihr \"Embryo\" Verzeichnis und drücken Proceed.\n")
  10.       (help @askdir-help)
  11.       (default "Work:Embryo")
  12.       (disk)
  13.    )
  14. )
  15.  
  16. ; Install files to hard drive...
  17.  
  18. (copyfiles
  19.    (prompt "Kopiere Patch-Files auf Ihre Festplatte...")
  20.    (help @copyfiles-help)
  21.    (source "Embryo_rel2:")
  22.    (dest @default-dest)
  23.    (choices "Pecat" "ger.txt" "blckleg.pic" "Embryo" "Fly00" "Fly02" "Fly03" "FlyN00" "FlyN02" "FlyN03" "miss1" "miss3" "miss4" "miss5" "miss6" )
  24.    (files)
  25. )
  26.  
  27. ; End of installation script...
  28.